1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAlert
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAlert))
27         Me.Label1 = New System.Windows.Forms.Label()
28         Me.lblDate = New System.Windows.Forms.Label()
29         Me.lblE_Time = New System.Windows.Forms.Label()
30         Me.lblSubject = New System.Windows.Forms.Label()
31         Me.lblNote = New System.Windows.Forms.RichTextBox()
32         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
33         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
34         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
35         Me.SuspendLayout()
36         
'
37         
'Label1
38         
'
39         Me.Label1.BackColor = System.Drawing.Color.FromArgb(CType(CType(
192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
40         Me.Label1.Font = New System.Drawing.Font(
"Gill Sans MT", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
41         Me.Label1.ForeColor = System.Drawing.Color.White
42         Me.Label1.Location = New System.Drawing.Point(
0, -2)
43         Me.Label1.Name =
"Label1"
44         Me.Label1.Padding = New System.Windows.Forms.Padding(
4, 4, 4, 0)
45         Me.Label1.Size = New System.Drawing.Size(
351, 37)
46         Me.Label1.TabIndex =
4
47         Me.Label1.Text =
"Schedule Alert !!!"
48         Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopCenter
49         
'
50         
'lblDate
51         
'
52         Me.lblDate.AutoSize = True
53         Me.lblDate.Location = New System.Drawing.Point(
149, 202)
54         Me.lblDate.Name =
"lblDate"
55         Me.lblDate.Size = New System.Drawing.Size(
57, 21)
56         Me.lblDate.TabIndex =
23
57         Me.lblDate.Text =
"Label11"
58         
'
59         
'lblE_Time
60         
'
61         Me.lblE_Time.AutoSize = True
62         Me.lblE_Time.Location = New System.Drawing.Point(
149, 236)
63         Me.lblE_Time.Name =
"lblE_Time"
64         Me.lblE_Time.Size = New System.Drawing.Size(
57, 21)
65         Me.lblE_Time.TabIndex =
22
66         Me.lblE_Time.Text =
"Label10"
67         
'
68         
'lblSubject
69         
'
70         Me.lblSubject.AutoSize = True
71         Me.lblSubject.Font = New System.Drawing.Font(
"Gill Sans MT", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.lblSubject.Location = New System.Drawing.Point(
12, 51)
73         Me.lblSubject.Name =
"lblSubject"
74         Me.lblSubject.Size = New System.Drawing.Size(
63, 21)
75         Me.lblSubject.TabIndex =
21
76         Me.lblSubject.Text =
"Subject"
77         
'
78         
'lblNote
79         
'
80         Me.lblNote.BackColor = System.Drawing.Color.Teal
81         Me.lblNote.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
82         Me.lblNote.Location = New System.Drawing.Point(
16, 91)
83         Me.lblNote.Name =
"lblNote"
84         Me.lblNote.ReadOnly = True
85         Me.lblNote.Size = New System.Drawing.Size(
321, 96)
86         Me.lblNote.TabIndex =
24
87         Me.lblNote.Text =
""
88         
'
89         
'PictureBox1
90         
'
91         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
92         Me.PictureBox1.Location = New System.Drawing.Point(
0, 183)
93         Me.PictureBox1.Name =
"PictureBox1"
94         Me.PictureBox1.Size = New System.Drawing.Size(
127, 128)
95         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
96         Me.PictureBox1.TabIndex =
25
97         Me.PictureBox1.TabStop = False
98         
'
99         
'Timer1
100         
'
101         Me.Timer1.Enabled = True
102         Me.Timer1.Interval =
900
103         
'
104         
'frmAlert
105         
'
106         Me.AutoScaleDimensions = New System.Drawing.SizeF(
8.0!, 21.0!)
107         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
108         Me.BackColor = System.Drawing.Color.Teal
109         Me.ClientSize = New System.Drawing.Size(
349, 302)
110         Me.Controls.Add(Me.lblNote)
111         Me.Controls.Add(Me.lblDate)
112         Me.Controls.Add(Me.lblE_Time)
113         Me.Controls.Add(Me.lblSubject)
114         Me.Controls.Add(Me.Label1)
115         Me.Controls.Add(Me.PictureBox1)
116         Me.Font = New System.Drawing.Font(
"Gill Sans MT", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
117         Me.ForeColor = System.Drawing.Color.Aquamarine
118         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
119         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
120         Me.Margin = New System.Windows.Forms.Padding(
4, 5, 4, 5)
121         Me.MaximizeBox = False
122         Me.Name =
"frmAlert"
123         Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
124         Me.Text =
"Schedule Alert"
125         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
126         Me.ResumeLayout(False)
127         Me.PerformLayout()
128
129     End Sub
130     Friend WithEvents Label1 As System.Windows.Forms.Label
131     Friend WithEvents lblDate As System.Windows.Forms.Label
132     Friend WithEvents lblE_Time As System.Windows.Forms.Label
133     Friend WithEvents lblSubject As System.Windows.Forms.Label
134     Friend WithEvents lblNote As System.Windows.Forms.RichTextBox
135     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
136     Friend WithEvents Timer1 As System.Windows.Forms.Timer
137
138 End Class


Gõ tìm kiếm nhanh...